home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / USR / LOCAL / LIB / UTREE_ST.{_4 < prev   
Text File  |  1992-09-14  |  2KB  |  46 lines

  1. #
  2. #       $HOME/.utree or $UTLIB/utree
  3. #       Example startup file for UTREE 3.03-um
  4. #       klin, Sun Feb 16 16:12:30 1992
  5. #       Directory:      user's home directory  ($HOME)
  6. #                       or a library directory ($UTLIB)
  7. #
  8. #       SCCSID = @(#) utree 3.03-um (klin) Feb 16 1992 lib/utree.startup
  9.  
  10. # General variables: variable=value
  11. HISTSIZE=16                             #Size of history list
  12. SHELL=ksh
  13. ED=mg
  14. EO=-s
  15. PG=less
  16. PO=-e
  17. # User defined tree commands: variable=value #Menuitem
  18. TREECMD1=whodo                          #Whodo
  19. T2=ps -ef                               #Procs
  20. T3=df -t                                #Space
  21. T4=rwho                                 #Rwho
  22. T5=ruptime                              #Ruptime
  23. # User defined file commands: variable=value #Menuitem
  24. FILECMD1=whodo                          #Whodo
  25. F2=ps -ef                               #Procs
  26. F3=df -t                                #Space
  27. F4=rwho                                 #Rwho
  28. F5=ruptime                              #Ruptime
  29. F6=wc -l %F                             #Lines
  30. F7=make %F                              #Make
  31. # Filetype dependent commands: filetype:commandline #Comment
  32. *.c:cc -c -O %F                         #Compile C
  33. *.f:f77 -c %F                           #Compile fortran
  34. *.p:pc -c -O %F                         #Compile pascal
  35. *.sc:sc %F                              #Spreadsheet calculator
  36. *.mk:make -f %F %s                      #Call make for file.mk
  37. [Mm]akefile:make %s                     #Call make for Makefile or makefile
  38. *.[1-9]:nroff -man %F|pg -cen           #View manual page
  39. *.z:pcat %F|pg -cen                     #View packed files
  40. *.Z:zcat %F|pg -cen                     #View compressed file
  41. *.a:ar tv %F|pg -cen                    #Table of ar archive
  42. *.tar:tar tvf %F|pg -cen                #Table of tar archive
  43. *.tar.Z:zcat %F|tar -tvf -|pg -cen      #Table of compressed tar archive
  44. *.[1-9].Z:zcat %F|nroff -man|pg -cen    #View compressed manual page
  45.  
  46.